home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 1999 November / PCW9911.BIN / sharewar / prx / wscripts / Prscript.exe / data1.cab / Snippets / HTML / Forms / Password Input.snippet < prev    next >
Encoding:
Text File  |  1999-09-03  |  590 b   |  11 lines

  1. ;SAPIEN Snippet File
  2. ;Any line with a semi-colon in the first character position is ignored
  3. ;$CARET places the caret at that position
  4. ;$SELECTION places the selected text into that position
  5. ;$STARTSEL sets the beginning position for selected text
  6. ;$ENDSEL sets the ending position for selected text
  7. ;the caret is always moved to the end of the selected text
  8. ;any call to $CARET prior to $STARTSEL/$ENDSEL will be ignored
  9. ;any call to $CARET after $STARTSEL/$ENDSEL will result in no selection
  10. ;
  11. <INPUT TYPE="password" NAME="$STARTSELname$ENDSEL" SIZE=1 MAXLENGTH=10 VALUE="value">